3.14.47 \(\int \frac {1}{(-2+x) \sqrt {2+x}} \, dx\)

Optimal. Leaf size=14 \[ -\tanh ^{-1}\left (\frac {\sqrt {x+2}}{2}\right ) \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 14, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {63, 207} \begin {gather*} -\tanh ^{-1}\left (\frac {\sqrt {x+2}}{2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((-2 + x)*Sqrt[2 + x]),x]

[Out]

-ArcTanh[Sqrt[2 + x]/2]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 207

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTanh[(Rt[b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && NegQ[a/b] && (LtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin {align*} \int \frac {1}{(-2+x) \sqrt {2+x}} \, dx &=2 \operatorname {Subst}\left (\int \frac {1}{-4+x^2} \, dx,x,\sqrt {2+x}\right )\\ &=-\tanh ^{-1}\left (\frac {\sqrt {2+x}}{2}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 14, normalized size = 1.00 \begin {gather*} -\tanh ^{-1}\left (\frac {\sqrt {x+2}}{2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/((-2 + x)*Sqrt[2 + x]),x]

[Out]

-ArcTanh[Sqrt[2 + x]/2]

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.02, size = 14, normalized size = 1.00 \begin {gather*} -\tanh ^{-1}\left (\frac {\sqrt {x+2}}{2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[1/((-2 + x)*Sqrt[2 + x]),x]

[Out]

-ArcTanh[Sqrt[2 + x]/2]

________________________________________________________________________________________

fricas [B]  time = 1.22, size = 21, normalized size = 1.50 \begin {gather*} -\frac {1}{2} \, \log \left (\sqrt {x + 2} + 2\right ) + \frac {1}{2} \, \log \left (\sqrt {x + 2} - 2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-2+x)/(2+x)^(1/2),x, algorithm="fricas")

[Out]

-1/2*log(sqrt(x + 2) + 2) + 1/2*log(sqrt(x + 2) - 2)

________________________________________________________________________________________

giac [B]  time = 0.87, size = 22, normalized size = 1.57 \begin {gather*} -\frac {1}{2} \, \log \left (\sqrt {x + 2} + 2\right ) + \frac {1}{2} \, \log \left ({\left | \sqrt {x + 2} - 2 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-2+x)/(2+x)^(1/2),x, algorithm="giac")

[Out]

-1/2*log(sqrt(x + 2) + 2) + 1/2*log(abs(sqrt(x + 2) - 2))

________________________________________________________________________________________

maple [B]  time = 0.01, size = 22, normalized size = 1.57 \begin {gather*} \frac {\ln \left (\sqrt {x +2}-2\right )}{2}-\frac {\ln \left (\sqrt {x +2}+2\right )}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x-2)/(x+2)^(1/2),x)

[Out]

1/2*ln((x+2)^(1/2)-2)-1/2*ln((x+2)^(1/2)+2)

________________________________________________________________________________________

maxima [B]  time = 1.35, size = 21, normalized size = 1.50 \begin {gather*} -\frac {1}{2} \, \log \left (\sqrt {x + 2} + 2\right ) + \frac {1}{2} \, \log \left (\sqrt {x + 2} - 2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-2+x)/(2+x)^(1/2),x, algorithm="maxima")

[Out]

-1/2*log(sqrt(x + 2) + 2) + 1/2*log(sqrt(x + 2) - 2)

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 10, normalized size = 0.71 \begin {gather*} -\mathrm {atanh}\left (\frac {\sqrt {x+2}}{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((x - 2)*(x + 2)^(1/2)),x)

[Out]

-atanh((x + 2)^(1/2)/2)

________________________________________________________________________________________

sympy [A]  time = 0.66, size = 27, normalized size = 1.93 \begin {gather*} \begin {cases} - \operatorname {acoth}{\left (\frac {\sqrt {x + 2}}{2} \right )} & \text {for}\: \frac {\left |{x + 2}\right |}{4} > 1 \\- \operatorname {atanh}{\left (\frac {\sqrt {x + 2}}{2} \right )} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-2+x)/(2+x)**(1/2),x)

[Out]

Piecewise((-acoth(sqrt(x + 2)/2), Abs(x + 2)/4 > 1), (-atanh(sqrt(x + 2)/2), True))

________________________________________________________________________________________